From 0d85bd78f1cc93fdab219b597d58f652afd2eb0e Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 21 Oct 2003 17:52:35 +0000 Subject: [PATCH] Add comment for units for our two new types. --- gpsbabel/defs.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gpsbabel/defs.h b/gpsbabel/defs.h index 8203de7cd..781c1aed5 100644 --- a/gpsbabel/defs.h +++ b/gpsbabel/defs.h @@ -137,13 +137,14 @@ typedef struct { /* * The "thickness" of a waypoint; adds an element of 3D. Can be * used to construct rudimentary polygons for, say, airspace - * definitions. + * definitions. The units are meters. */ double depth; /* * An alarm trigger value that can be considered to be a circle - * surrounding a waypoint (or cylinder if depth is also defined) + * surrounding a waypoint (or cylinder if depth is also defined). + * The units are meters. */ double proximity; -- 2.30.2